home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0818B.ZIP / TPB-USER.MAN < prev    next >
Text File  |  1987-12-08  |  35KB  |  846 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                            System User's Manual
  27.                                     for
  28.                            TP-Board Version 2.0
  29.  
  30.                    Copyright (c) 1987 by Jon E. Schneider
  31.  
  32.  
  33.  
  34.  
  35.  
  36.        =================================================================
  37.        TP-Board is based on the Pascal Integrated Communications  System 
  38.        (PICS), Copyright 1986, 1987 by Les Archambault. This software is 
  39.        being distributed with his knowledge and consent. A large portion 
  40.        of the TP-Board code is an exact duplicate of the PICS code.
  41.        =================================================================
  42.  
  43.  
  44.  
  45.  
  46.  
  47.             This document is the User's Manual for TP-Board. In addition 
  48.        to serving as your guide to TP-Board, it should be made available 
  49.        for your remote users use. It's a lot easier to refer them to 
  50.        this manual when they have questions than it is to be continually 
  51.        answering the same questions from new users.
  52.        
  53.             The following is a brief synopsis of TP-Boards features. You 
  54.        will find it is as full featured as any other currently available 
  55.        Bulletin Board system for the PC.
  56.        
  57.        
  58.        *  Multiple message areas, including support for Fido-Net and 
  59.           EchoMail areas.
  60.        
  61.        *  Multiple file areas. 
  62.        
  63.        *  Multiple 'Articles'.
  64.        
  65.        *  'Type' files online, including 'Squeezed' and individual LBR
  66.           and ARC member files.
  67.        
  68.        *  Send and receive files using all the popular protocols. 
  69.           (Xmodem, Ymodem, Ymodem Batch, Imodem, and Zmodem single file).
  70.           Can even send individual ARC and LBR member files using the
  71.           Xmodem or Ymodem protocols.
  72.        
  73.        *  Chat with SysOp.
  74.        
  75.        *  File directories can be shown using file size or transfer 
  76.           time.
  77.        
  78.        *  Support for ANSI graphics (user selectable).
  79.        
  80.        *  Upload a file, and have it automatically read into a 
  81.           conference's message base.
  82.        
  83.        *  Change user parameters, including page and line length, prompt 
  84.           bell, default protocol, etc.
  85.        
  86.  
  87.  
  88.  
  89.  
  90.        
  91.             Before I get into the explanation of the way that TP-Board 
  92.        is organized, it is important to learn about the prompts that the 
  93.        system gives you when it is waiting for you to type in a command 
  94.        (at subsystem menus). 
  95.        
  96.                                  SYSTEM PROMPTS
  97.        
  98.             The system prompt is the line that you see whenever the 
  99.        system is waiting for an input from you at one of the sub-system 
  100.        menus.
  101.        
  102.        Prompts consist of several components:
  103.        
  104.             A.   Your time remaining on the BBS.
  105.             B.   Current Subsystem (Message, Files, or Utilities)
  106.             C.   Current Message Area or File Section.
  107.             D.   Library or Archive name (if one is active)
  108.        
  109.        
  110.        For example:
  111.        
  112.             32-Files NEWIN [press "?" for menu]>
  113.             ^    ^     ^           
  114.             A.   B.    C.          
  115.        
  116.        
  117.             The above line indicates that you have 32 minutes remaining 
  118.        on the system, are currently in the files subsystem, and are 
  119.        logged into the NEWIN area. Should you enter an Archive, your 
  120.        prompt might look something like the following:
  121.                       
  122.        
  123.             13-Files NEWIN [VECTOR.ARC]>
  124.             ^  ^     ^         ^
  125.             A. B.    C.        D.
  126.        
  127.        
  128.             When you are not at one of the subsystem command prompts and 
  129.        the system is expecting you to type in one of several possible 
  130.        commands, you will see something like:
  131.        
  132.             Enter your command <A><B><C><D><Q><?> >
  133.        
  134.             Here the possible commands are the letters contained inside 
  135.        the <> symbols. Enter one of these, then a carriage return, and 
  136.        the command will execute. 
  137.        
  138.             Generally, whenever you see a <Q> the Q may be used to Quit 
  139.        the command presently being executed and return to the previous 
  140.        menu. Using the ? will display an additional line of help for the 
  141.        single letter commands, then re-prompt you for an answer.
  142.  
  143.  
  144.  
  145.  
  146.        
  147.                               COMMAND LINE ENTRIES
  148.        
  149.             A command line entry is what you type in at the command 
  150.        prompt. A general rule is most commands require a single letter 
  151.        followed by a carriage return (CR) or Enter. The exception is 
  152.        where names are required.
  153.        
  154.        For example: 
  155.        
  156.             32-Message PC [press "?" for menu]> C;POST;R;S;C
  157.                                                |____________|
  158.        
  159.                                            The above string will:
  160.        
  161.        CHANGE AREA; POST AREA; READ MESSAGES; SINCE LAST ON; CONTINUOUSLY
  162.        
  163.        
  164.             The delimiter used above was a semi-colon, however a space 
  165.        or a comma is also accepted. (ie. C POST R S C or C,POST,R,S,C 
  166.        will both work).
  167.        
  168.             The user may ask for help by typing "?" at any prompt. The 
  169.        commands available for that particular area and their meanings 
  170.        will then be displayed. 
  171.        
  172.             During most system display operations, TP-Board will respond 
  173.        to Xon/Xoff control, i.e. when ^S (Xoff) is entered, the display 
  174.        will pause until another key is pressed. Usually this will be ^Q 
  175.        (Xon), but any key except ^C (ETX) or ^S will continue the 
  176.        listing. ^C will stop the listing completely and usually return 
  177.        you to the command prompt.
  178.         
  179.        
  180.                                  FILENAME WILDCARDS
  181.        
  182.             TP-Board responds to wildcards in exactly the same manner as 
  183.        DOS. If you are not familiar with their use, I would suggest that 
  184.        you read your DOS manual. 
  185.        
  186.        
  187.                                   COMMAND SYSTEMS
  188.        
  189.             Approximately 40 commands are available to users of TP-Board. 
  190.        These commands are grouped into three command subsystems. Within 
  191.        each subsystem is a Menu of commands available.
  192.        
  193.        
  194.        Subsystem              Primary Use
  195.        --------               -----------
  196.        Message Subsystem      Enter and read messages to/from other users 
  197.        Files Subsystem        Send and Receive files 
  198.        Utilities Subsystem    Miscellaneous functions
  199.        
  200.        
  201.  
  202.  
  203.  
  204.  
  205.        Here is a detailed explanation of each subsystem:
  206.        
  207.        
  208.                                 MESSAGE SUBSYSTEM
  209.        
  210.             This is the Message Subsystem menu. A detailed explanation 
  211.        of each command follows the menu. Remember that the commands are 
  212.        represented in the menu by the <A> notation where the command is 
  213.        the letter inside the <> symbols.
  214.        
  215.        
  216.                              TPBoard - Message System Menu
  217.        
  218.        -------------={ Functions }=---------------  ---={ Other Menus }=---       
  219.        
  220.        <A>rticles to read      <B>ulletin           <F>ile transfer System
  221.        <C>hange message area   <E>nter a message    <U>tilities System
  222.        <I>nfo for new users    <O>ther systems list
  223.        <Q>uick-scan messages   <R>ead messages
  224.        <S>can messages         <G>oodbye (logoff)
  225.        <W>elcome message
  226.        
  227.        
  228.        <A>rticles to read
  229.        
  230.             Will display a menu of Sysop selected articles and allow 
  231.             you to make selections for viewing.
  232.                           
  233.        
  234.        <B>ulletin
  235.        
  236.             This command redisplays the Bulletins that are displayed auto-
  237.             matically during each caller login.
  238.         
  239.        
  240.        <W>elcome
  241.        
  242.             Will  re-display the welcome message that you saw  when  you 
  243.             first logged onto the system.
  244.        
  245.        
  246.        
  247.        <C>hange message area
  248.        
  249.             TP-Board supports multiple message areas, i.e. messages are
  250.             filed in groups by topic. After typing "C", enter the name of
  251.             the desired message area or enter "?" and <RETURN> to get a
  252.             menu of the message areas available. Any message area who's
  253.             name starts with a '-', i.e., '-TANDY', is an EchoMail
  254.             conference area. If the entry cannot be found, a short
  255.             version of the menu will be displayed and the system will
  256.             once again prompt for the message area. 
  257.         
  258.  
  259.  
  260.  
  261.  
  262.        
  263.        <E>nter a message
  264.        
  265.             Until you are validated, this command will automatically enter  
  266.             all messages to the sysop.
  267.         
  268.             Use this command to send a message to another user, the sysop, or 
  269.             to all users (like posting a message on a bulletin board). If you 
  270.             enter only a <RETURN> in response to the "FIRST name" prompt, the 
  271.             message will go to all users.  If you send to a particular person, 
  272.             the system will verify the recipient name. If the system cannot 
  273.             find the addressee, you will be informed and given the opportunity
  274.             to try again. At the completion of message entry, you will be asked
  275.             if you want the message to be Public (available for all validated
  276.             users to read) or Private (just addressee [and sysop] can read).
  277.         
  278.             To send a message to the sysop, enter "SYSOP" as the first name. 
  279.             You will not be prompted for a last name.
  280.         
  281.             During message entry, hitting a Return (carriage return) on a 
  282.             blank line (that is, at the beginning of a line) will activate 
  283.             the message editor. This is the way to end messages or stop 
  284.             during the message to correct mistakes. The following commands 
  285.             are then available (can be displayed by typing "?" at the 
  286.             Message Editor "Command>" prompt):
  287.                                            
  288.                   <D>elete line                
  289.                   <E>dit a selected line       
  290.                   <I>nsert line                
  291.                   <L>ist current message       
  292.                   <S>ave message to disk  
  293.                   <Q>uit (DON'T save message)
  294.        
  295.             After using the message editor you will be returned to the 
  296.             subsystem command prompt. Remember, if you want the message 
  297.             recorded, use the <S> command instead of the <Q> command. All 
  298.             other commands will return you to the message editor prompt for 
  299.             further editing.
  300.        
  301.             There are some minor differences between the message entry
  302.             functions available while in the normal TP-Board areas, and
  303.             when in the FidoNet areas. They are as follows;
  304.        
  305.                 If you are in an EchoMail area, ALL messages are Public.
  306.                 At login, you will NOT be told if there are messages 
  307.                   waiting for you in the FidoNet areas.
  308.                 The user base is not searched to see if there is a user by
  309.                   the same name as the person you are sending the message to.
  310.                 You cannot upload text files into the message base.
  311.                 You cannot <Q>uick scan messages (you CAN <S>can them).
  312.         
  313.  
  314.  
  315.  
  316.  
  317.        
  318.        <I>nformation for new users
  319.        
  320.             This short description of the system is displayed the first 
  321.             time you logged in. This command displays it again.
  322.         
  323.        
  324.        <O>ther systems list
  325.        
  326.             This is a list of other public Bulletin Board Systems (BBS's) in 
  327.             the local area.
  328.         
  329.        
  330.        <S>can messages
  331.        
  332.             This command is similar to quick-scan.  In addition to the number 
  333.             and topic, the sender and receiver will be displayed.
  334.        
  335.        
  336.        <Q>uick-scan messages
  337.        
  338.             After typing "Q", the system will prompt for the starting message 
  339.             number.  If the message number cannot be found, the system will   
  340.             start with next sequential message unless the requested number is 
  341.             outside the range displayed in brackets.  In that case, the 
  342.             system will start the scan with the next message after the 
  343.             highest message read the last time you logged in. If the message
  344.             is addressed to you privately, a "*" will be displayed. If the
  345.             message is public, a ":" will be displayed between the number and
  346.             the topic. 
  347.         
  348.        
  349.        <R>ead messages
  350.        
  351.             After entering "R", this command will prompt for the following 
  352.             information about which messages to read. All commands are just 
  353.             for the Message Area you are currently in.
  354.               
  355.             Read Search Option <A><F><T><N><S><Q> [press "?" for menu]>
  356.        
  357.                  The options translate as follows:
  358.        
  359.                  <A>ll                   messages in this area
  360.                  <F>rom you              previously entered messages
  361.                  <T>o you 
  362.                  <N>umeric               similar to ALL but you are 
  363.                                          prompted for the starting number
  364.                  <S>ince your last call  TPB remembers the number of the
  365.                                          last message you read.
  366.                  <Q>uit                  return to subsystem command prompt
  367.                                          without reading any messages.
  368.  
  369.  
  370.  
  371.  
  372.        
  373.             After entering "A, F, T, N, or S" the system will respond by 
  374.             displaying the header of the first requested message and then 
  375.             prompt you with:
  376.             
  377.             Read <Y><N><C><Q><P><R> [press "?" for menu]>
  378.        
  379.             These commands translate as follows: 
  380.         
  381.                  <Y>es          display text of message
  382.                  <N>o           skip to next message
  383.                  <C>ontinuous   displays all messages from here 
  384.                                 on with no pauses
  385.                  <Q>uit         end message reading and return to subsystem
  386.                                 menu prompt.
  387.                  <R>eply        to current message even if not 
  388.                                 addressed to you
  389.                  <P>revious     backup to last message
  390.        
  391.             If you are the addressee of a message the system will ask you if 
  392.             you wish to reply. Respond with either "Y" or "N". If you reply 
  393.             with "Y" the system will put you into message entry mode with 
  394.             the author and addressee reversed and the subject line will be 
  395.             the same except that the words "Reply to-" will be added. After 
  396.             completion of the message you will be returned to the message 
  397.             read mode where you left off.
  398.        
  399.             Whether you replied or not, you will be asked if you wish to 
  400.             delete the message addressed to you.
  401.                    
  402.             If you are the author of the message or the receiver of a 
  403.             privately addressed message, the system will ask if you want to 
  404.             delete it.  Respond with either "Y" to delete the message or with 
  405.             "N" to retain the message on the system.
  406.         
  407.        
  408.             If the message is not the last message, the system will ask if 
  409.             you want to read the next sequential message on file.  Respond 
  410.             "Y" to continue with the reading, or with "N" to skip the 
  411.             message.  
  412.         
  413.        
  414.        <G>oodbye (logoff)
  415.        
  416.             This command is available in all subsystems. It is used to 
  417.             terminate the remote session. You will be given the opportunity 
  418.             to enter any comments or questions to the sysop. When this is 
  419.             done, the system will disconnect.
  420.         
  421.        
  422.        <F>iles Subsystem
  423.        
  424.             This command transfers you to the Files subsystem and gives you 
  425.             the command prompt for that subsystem.
  426.               
  427.  
  428.  
  429.  
  430.  
  431.        <U>tilities Subsystem
  432.        
  433.             This command transfers you to the Utilities subsystem and gives 
  434.             you the command prompt for that subsystem.
  435.                     
  436.        
  437.                                  FILES SUBSYSTEM
  438.        
  439.        The following  menu lists the commands available in the files 
  440.        subsystem.  Subsequent paragraphs describe each command in more 
  441.        detail.
  442.        
  443.                            TPBoard - File Transfer System Menu
  444.        
  445.        ----------------={ Functions }=---------------   -={ Other Menus }=-
  446.        
  447.        <C>hange file area        <L>ibrary entry/exit   <M>essage System
  448.        <D>irectory of files      <N>ewin list           <U>tilities System
  449.        <F>ind File(s)            <Z>Filesize/Time
  450.        <G>oodbye (logoff)        <A>rc entry/exit
  451.        
  452.        <R>eceive (upload) a file                        (you --> TPBoard)
  453.        <S>end  (download) a file                        (TPBoard --> you)
  454.        <T>ype a file (or a LBR or ARC member file)
  455.        
  456.        
  457.        <C>hange file section
  458.        
  459.             When you first log in, you will be placed in the "LOGIN" files 
  460.             section.  (In the Message subsystem, there were Message Areas;
  461.             here we switch the terminology to Sections.) To access other 
  462.             files sections in the system, use this command.  After typing 
  463.             "C", enter the name of the desired file section or enter "?" to 
  464.             get a menu of the file sections available.  If the section name 
  465.             cannot be found, you will be shown a list of the section names 
  466.             available and the system will once again prompt for the section 
  467.             name.  
  468.                                                 
  469.             If you are in a library file (see next description) when this 
  470.             command is entered, the library will be closed before the system 
  471.             prompts for the new section.
  472.               
  473.        
  474.        <D>irectory of files
  475.        
  476.             This command alphabetically displays the directory of files for 
  477.             the current section. If you are in a library, only those files in 
  478.             the library will be displayed; otherwise, the Section directory 
  479.             will be displayed. The file size will also be displayed according 
  480.             to the current filesize mode (see filesize description).
  481.        
  482.               
  483.  
  484.  
  485.  
  486.  
  487.        
  488.        <F>ind File(s)
  489.        
  490.             This command allows you to search through all available file 
  491.             sections to locate a particular file or file group. Standard 
  492.             DOS wildcards are accepted.
  493.         
  494.        
  495.        <Z>Filesize/Time display
  496.        
  497.             Initially, the file sizes in the directory display will be shown    
  498.             in "k" (1024 bytes).  The system can also display file sizes in
  499.             minutes and seconds of transfer time (based on the current modem
  500.             speed).  Each time this command is entered, the system will
  501.             alternate between these two methods.
  502.         
  503.        
  504.        <R>eceive file using default protocol  (you --> TP-Board) (UPLOAD)
  505.        
  506.             This command allows TP-Board to receive a file from you. The 
  507.             System will automatically respond using whatever protocol 
  508.             you chose as your default. Files will be received in a
  509.             private area for Sysop approval before being released for
  510.             others to download. 
  511.        
  512.             If you are enrolled in a conference section, TP-Board will
  513.             write files that you send to the conference section directly.
  514.             They will be visible immediately for other conference members to 
  515.             download. TP-Board will tell you where the file will be written 
  516.             before you send it.
  517.         
  518.             To use this command you should first give the <R> command and 
  519.             then the file name if requested. TP-Board will tell you how much 
  520.             disk space is available and that it is Ready to Receive. If 
  521.             there isn't enough for the file that you are sending, type 
  522.             Control X until TP-Board aborts the receive mode and returns to
  523.             the command mode. If everything is OK at the "Ready To Receive" 
  524.             prompt you should start the send process. After the file 
  525.             transfer has completed successfully, TP-Board will ask for a
  526.             Section designation and short description of the file. This
  527.             description will be shown by the <N>ewin command after the
  528.             sysop reviews the file. Uploads are always welcome.
  529.                    
  530.        
  531.        <S>end file using default protocol   (TP-Board --> you) (download)
  532.        
  533.             Use this command to send files from TP-Board to your 
  534.             computer.  After entering "S", you will be prompted to enter the 
  535.             file name of the program you want sent to your computer.  If the 
  536.             system can find the file in the current area, it will display 
  537.             the transfer time and then the message "Ready to send..."
  538.                                      
  539.             When the file transfer is complete, the system will return to the 
  540.             Files subsystem prompt.
  541.         
  542.  
  543.  
  544.  
  545.  
  546.             TP-Board uses the default protocol that you have set whenever
  547.             it performs file transfers. You can change your default at
  548.             anytime by going to the Utilities menu, or you can change it
  549.             for the current transfer only by giving the command followed
  550.             by the protocol letter. For example, if you default protocol
  551.             was Zmodem, and you wanted to switch to Ymodem Batch for this
  552.             upload only, you would give the command 'RB' instead of 'R'.
  553.        
  554.                                
  555.        <T>ype a file (includes ARC and LBR member files).
  556.        
  557.             An Text file is one that contains readable characters rather
  558.             than machine code. This command may be used to display the
  559.             contents of these files. You will be asked if you want page
  560.             breaks which will pause the display at the number of lines
  561.             per page as set in your user parameters. Xon/Xoff may also
  562.             be used to pause the display.
  563.                    
  564.             NOTE: This command may be used to transfer readable files even 
  565.             though your computer does not support the Xmodem protocol. If 
  566.             your machine has a feature to 'Capture' what is printed on your 
  567.             screen, you can use it to get the file transfered.
  568.        
  569.        
  570.        <A>rchive entry/exit
  571.        
  572.             Archives are used to place a group of related files in a single 
  573.             file known as an ARChive file. For example, a single archive 
  574.             might contain source code, object or executable code, and 
  575.             documentation for a particular system.  Such an archive is 
  576.             actually a single file which contains an invisible "directory" 
  577.             followed by the files.  The "directory" is used to keep track of 
  578.             the files inside the archive.
  579.                          
  580.             In order to simplify archive usage on this system, the "A" 
  581.             command may be used to "enter" an archive. When this is done, the 
  582.             system will prompt for the archive file name and then attempt to 
  583.             open the archive for use.  If successful, all subsequent Files 
  584.             subsystem commands will relate to the files within the archive.  
  585.             The other files in the present File Section will not be 
  586.             accessible. If not, an appropriate error message will be issued.
  587.               
  588.             If you are already in an archive, entering "A" will cause the         
  589.             system to close the archive and return to normal display of the 
  590.             files in the present File Section.
  591.         
  592.        
  593.        <L>ibrary entry/exit
  594.        
  595.             Same as above, except it applies to files with the LBR extension.
  596.             Libraries are used mostly on CP/M systems.
  597.  
  598.  
  599.  
  600.  
  601.        
  602.        <N>ewin list
  603.        
  604.             This command displays, from the newest to the oldest, files that 
  605.             have been uploaded to this system. The three line format is as 
  606.             follows:
  607.                    
  608.        1.  FILENAME.EXT   FILE SECTION   UPLOAD DATE    NAME OF UPLOADER
  609.        2.  TIMES DOWNLOADED           LAST DOWNLOAD DATE
  610.        3.  [----------------75 CHARACTER DESCRIPTION OF FILE----------------] 
  611.        
  612.             The File Section name is entered by the sender to tell the sysop 
  613.             where the file should eventually be stored. If a file is listed 
  614.             as "GAMES SECTION", after upload it will stay in the NEWIN 
  615.             section for a while and then be moved to the GAMES section. (The 
  616.             Section names here are only an example, and may not exist on all 
  617.             systems.)
  618.                    
  619.             If you are presently in the NEWIN or LOGIN file section, all
  620.             uploaded file entries (all sections) will be displayed for you.
  621.             However, if you change to a different file section and use the
  622.             <N>ewin command, only the files marked for that section will be
  623.             displayed. All other sections will be ignored. This is so you
  624.             don't have to wade through all the other section files just to
  625.             see the one you're interested in. 
  626.                           
  627.             Additionally, there is a file search option in the <N>ewin list 
  628.             command. This will keep you from having to scan the entire newin 
  629.             list just to get a description of a particular file. This search 
  630.             option supports wildcards but will stop searching at the first 
  631.             entry that matches the search arguments.
  632.         
  633.        
  634.        <G>oodbye (logoff)
  635.        
  636.             This command is available in all subsystems. It is used to 
  637.             terminate the remote session. You will be given the opportunity 
  638.             to enter any comments or questions to the sysop. When this is 
  639.             done, the system will disconnect.
  640.         
  641.        
  642.        <U>tilities Subsystem
  643.        
  644.             This command transfers you to the Utilities subsystem.
  645.         
  646.        
  647.        <M>essage Subsystem
  648.        
  649.             This command transfers you to the Messages subsystem.
  650.         
  651.  
  652.  
  653.  
  654.  
  655.        
  656.                                 UTILITIES SUBSYSTEM
  657.        
  658.        The following menu lists the commands available in the utilities 
  659.        subsystem.  Subsequent paragraphs describe each command in more 
  660.        detail.
  661.         
  662.                               TPBoard - Utility System Menu
  663.        
  664.        --------------={ Functions }=--------------      --={ Other Menus }=--
  665.        
  666.        <A>lter user parameters     <T>ime and date      <F>ile Transfer System
  667.        <C>hat with sysop           <U>ser list          <M>essage System
  668.        <S>ystem use statistics     <Y>our statistics
  669.        <Z>Graphics On/Off          <P>rotocol Default
  670.        <G>oodbye (logoff)
  671.        
  672.        <A>lter user parameters
  673.             This command allows you to set several parameters as listed in  
  674.             the following menu.  Subsequent paragraphs describe each command.
  675.               
  676.                              Alter User Parameter Menu
  677.        
  678.        <B>ell after prompt on/off  <L>ines per page        <P>assword change
  679.        <C>haracters per line       <N>ulls sent after C/R  <S>hift lock
  680.        <#>Phone number             <Q>uit
  681.        
  682.        All parameters will be retained from one call to the next.
  683.        
  684.        
  685.                <B>ell after prompt on/off
  686.        
  687.                     This command turns on and off the bell (or beep) used to 
  688.                     indicate that the system is ready for your input.
  689.                     
  690.        
  691.                <L>ines per page
  692.        
  693.                     To improve the readability of long displays, TP-Board 
  694.                     will pause after a specified number of lines, waiting
  695.                     for a key to be pressed before proceeding. Use this 
  696.                     parameter to match the number of lines displayed to 
  697.                     your screen size.  If you specify "99" as the line 
  698.                     count, TP-Board will not pause. 
  699.                              
  700.        
  701.                <C>haracters per line
  702.        
  703.                     If you are using a terminal that displays less than 80
  704.                     characters per line, use this command to alter your
  705.                     setting. It will help some while reading messages, but
  706.                     TP-Board is mainly set up for 80 characters per line.
  707.        
  708.                             
  709.  
  710.  
  711.  
  712.        
  713.                <N>ulls sent after C/R
  714.              
  715.                     Nulls are sent after a carriage return to allow time 
  716.                     for your machine to catch up before any printable 
  717.                     characters are sent. Normally this value is set to "0" 
  718.                     for CRT (display) terminals, and from 0-9 (try 2) for 
  719.                     hardcopy printing terminals.  If your display loses 
  720.                     characters at the beginning of the line, try 
  721.                     increasing this parameter.
  722.                        
  723.                     When you first logged in, you were asked for the 
  724.                     number of nulls you needed and whether or not your 
  725.                     system could display lower case.  If your system 
  726.                     changes or you need to change this value for any other 
  727.                     reason, use this command.
  728.                                         
  729.        
  730.               <P>assword change
  731.        
  732.                     When this command is executed, the system will ask for 
  733.                     your current password.  If it is entered correctly, 
  734.                     you will be asked for a new password in a fashion 
  735.                     similar to when you first logged into the system.
  736.                             
  737.        
  738.               <S>hift lock (toggle)
  739.        
  740.                     Some terminals do not know what to do with lower case 
  741.                     letters. If you respond "Y", lower case will be sent 
  742.                     normally. If you answer "N", lower case letters will 
  743.                     be converted to upper case  before being sent to your 
  744.                     system.
  745.        
  746.               <#> Phone number
  747.        
  748.                     In the event that your phone number has changed since
  749.                     since your last logon, use this command to enter your
  750.                     new number.
  751.        
  752.               This completes the Change User Params menu explanation.
  753.            
  754.             
  755.        <C>hat with Sysop
  756.        
  757.             During certain hours, the sysop may be available to chat.  When 
  758.             this command is entered, the system will try to summon the sysop 
  759.             (if during the chat period).  If the sysop is available, you 
  760.             will be notified and a two way conversation may begin.  If the 
  761.             sysop is not available or if the current time is outside the 
  762.             hours to chat, you will be given the opportunity to leave a 
  763.             message.
  764.                    
  765.  
  766.  
  767.  
  768.  
  769.        
  770.        <S>ystem use statistics
  771.        
  772.             This command displays a bar chart of the percent of system usage 
  773.             by hour.  From the information on this chart, you can plan your 
  774.             calls for times when the system is less busy.
  775.         
  776.        
  777.        <Z> Graphics on/off (toggle)
  778.        
  779.             This command will toggle the use of ANSI color graphics in 
  780.             TP-Boards menus and help screens.
  781.        
  782.        
  783.        <T>ime and date
  784.        
  785.             This command will display the current time and date, the amount 
  786.             of time spent on the system today, and the amount of time 
  787.             remaining today.
  788.         
  789.        
  790.        <U>ser list
  791.        
  792.             Alphabetically list all the validated users on the system. This 
  793.             command may be used to check the spelling of a user to whom you 
  794.             wish to send a message.  You may start the list with any name or 
  795.             part of name by entering one or more letters at the appropriate 
  796.             prompt.
  797.         
  798.        
  799.        <Y>our statistics
  800.        
  801.             This command displays the login statistics that you saw when you 
  802.             first logged in. 
  803.         
  804.                  Login Time/Date
  805.                  User Name
  806.                  Caller Number
  807.                  Access Time Today
  808.                  Access Time Total
  809.                  Last On System Time/Date
  810.                  Last High Message
  811.                  High Message Now
  812.                  Downloads
  813.                  Uploads
  814.                  Account Balance
  815.                  Default protocol
  816.        
  817.        
  818.        <P>rotocol
  819.        
  820.             This command will allow you to change the default file transfer
  821.             protocol that you selected on your first login. You will be
  822.             prompted for a new protocol, and can hit '?' to obtain a 
  823.             listing of the available protocols.
  824.  
  825.  
  826.  
  827.  
  828.        
  829.        <G>oodbye (logoff)
  830.        
  831.             This command is available in all subsystems. It is used to 
  832.             terminate the remote session. You will be given the opportunity 
  833.             to enter any comments or questions to the sysop. When this is 
  834.             done, the system will disconnect.
  835.         
  836.        
  837.        <F>iles Subsystem
  838.        
  839.             This command transfers you to the Files subsystem.
  840.         
  841.        
  842.        <M>essage Subsystem
  843.        
  844.             This command transfers you to the Messages subsystem.
  845.        
  846.